Live freelance tracking. Raw descriptions turned into structured data. Find your next tech project without the noise.
upwork.com 🟠 2026-05-04
🔹 Real-time AskReddit Post Scraper and Engagement Score Dashboard
👤 Client: POL Member since 2026-05-01
💰 Price: $10
🚩 Problem: Collecting new post titles from r/AskReddit in near real time and scoring them for engagement.
📦 Existing: Not specified
Specifications:
[Target] Monitor r/AskReddit for new posts, analyze titles for engagement potential.
[Method] Use Reddit API for fetching data; score titles based on predefined factors.
[UI/UX] Simple web dashboard with post title, Reddit link, posted time, engagement score, and reason for the score.
[Stack] Python or Node.js for backend, HTML/CSS/JavaScript for frontend.
[Security] Secure API access, handle rate limits, ensure data privacy.
[Format] JSON for structured data exchange.
Workflow:
1. Set up Reddit API credentials and authenticate requests.
2. Fetch the most recent posts from r/AskReddit using the API.
3. Analyze each post title based on predefined factors (topic, emotional trigger, curiosity, broad appeal, controversy, question style, likely comment volume).
4. Assign an engagement score to each post.
5. Display results in a web dashboard with post title, Reddit link, posted time, engagement score, and reason for the score.
6. Implement refresh/update option for real-time updates.